home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / bgfax160.zip / LORA240.TXT < prev    next >
Text File  |  1995-08-12  |  3KB  |  86 lines

  1. --------------------------------------------------------------------------
  2. Setup hints for using BGFAX, Class 2, with Lora/2 2.40 Beta 3     07-14-95
  3. B.J. Guillot
  4. FidoNet 1:106/400                         InterNet: bjg90783@jetson.uh.edu
  5. --------------------------------------------------------------------------
  6.  
  7. THIS FILE ASSUMES YOU ARE RUNNING THE *OS/2* VERSION OF LORA!
  8.  
  9. Keep in mind that fax commands CANNOT be stored in NVRAM.  Be sure that
  10. your modem is NOT set to "Auto Answer" mode.  REGISTER S0 MUST EQUAL 0.
  11. This is a data register and CAN be set in NVRAM.  Note that for standard
  12. Class 2 modems, your dial strings do NOT need to be modified.
  13.  
  14. Make sure you are using at least Lora 2.40 Beta 3 and BGFAX 1.40 Beta N.
  15. Prior versions of Lora/2 and BGFAX/2 may not work together correctly.
  16.  
  17. Here is the relevant information from LSETUP ...
  18.  
  19. [LSETUP] Modem -> Command Strings
  20.   Init 1 ... ATZ|~~
  21.   Init 2 ... AT+FCR=1;+FDCC=1,3,0,2,0,0,0,0|
  22.   Init 3 ... AT+FAA=1;+FLID="713 555 1212"|
  23.  
  24. CAUTION: After you finish setting up Lora for BGFAX, verify that when Lora
  25.          starts you are getting enough 'OK' responses from the modem.  In my
  26.          brief experience with Lora, it appeared as if Lora was not waiting
  27.          for an "OK" after sending each string to the modem.  That's why I
  28.          put the two tildes (~~) after the ATZ|.  If this is true, then I
  29.          suggest the authors of Lora fix this annoyance.  It makes it hard
  30.          to use multiple init strings because of that.
  31.  
  32.   +fcr=1                   enables fax receiption
  33.   +faa=1                   enables adaptive answering
  34.   +flid="713 555 1212"     sets your FAX ID, up to 20 characters
  35.  
  36.   +fdcc=1,5,0,2,0,0,0,0    enable high resolution, 14400, 1D compression
  37.   +fdcc=1,3,0,2,0,0,0,0    enable high resolution, 9600, 1D compression
  38.   +fdcc=1,5,0,2,1,0,0,0    enable high res, 14400, 1D and 2D compression
  39.  
  40. Do not attempt to give a 9600 maximum speed send/receive fax modem the 1,5
  41. string as it will cause unpredicable results.
  42.  
  43. [LSETUP] Modem -> Answer control
  44.   Manual answer    Yes
  45.   Force answer ... ATA|
  46.  
  47. ==========================================================================
  48.  
  49. If you are using a modem such as a Supra that returns a "FAX" response
  50. proceed with the following instructions ( METHOD #1 ) ...
  51.  
  52. [LSETUP] Modem -> Hardware
  53.    FAX Errorlevel ... 0             [Errorlevel 0 means use RCVFAX.CMD]
  54.    FAX Message ...... FAX              <-- RIGHT
  55.    FAX Message ...... CONNECT FAX      <-- THIS IS WRONG
  56.  
  57. Create a file called RCVFAX.CMD ...
  58.   @echo off
  59.   rem --- "z" is for zfax format
  60.   bgfax2 /fax c:\bgfax h%3 z
  61.  
  62. ==========================================================================
  63.  
  64. If you are using a modem such as a PPI FXMT that returns a "+FCON" response
  65. proceed with the following instructions ( METHOD #2 ) ...
  66.  
  67. [LSETUP] Modem -> Hardware
  68.   FAX Errorlevel ... 0              [Errorlevel 0 means use RCVFAX.CMD]
  69.   FAX Message ...... +FCON             <-- RIGHT
  70.   FAX Message ...... CONNECT +FCON     <-- THIS IS WRONG
  71.  
  72. Create a file called RCVFAX.CMD ...
  73.   @echo off
  74.   rem --- "z" is for zfax format
  75.   bgfax2 /fast:4 c:\bgfax h%3 z
  76.   rem ---if /fast:4 gives you trouble, try using /fcon
  77.  
  78. ==========================================================================
  79.  
  80. See BGFAX.DOC for a detailed description of the differences between
  81. /FAX, /FAST and /FCON.
  82.  
  83. Regards,
  84. B.J. Guillot
  85.  
  86.